File: n_cst_error.sru
Size: 347
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Message (error) service
forward
global type n_cst_error from pfc_n_cst_error
end type
end forward

global type n_cst_error from pfc_n_cst_error
end type
global n_cst_error n_cst_error

on n_cst_error.create
TriggerEvent( this, "constructor" )
end on

on n_cst_error.destroy
TriggerEvent( this, "destructor" )
end on